home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue61 / Clinic / Object Browser / ObjectBrowserFormU.dfm / ObjectBrowserFormU.txt
Encoding:
Text File  |  2000-03-29  |  5.8 KB  |  272 lines

  1. object ObjectBrowserForm: TObjectBrowserForm
  2.   Left = 313
  3.   Top = 64
  4.   Width = 650
  5.   Height = 663
  6.   Caption = 'Object Browser'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Visible = True
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Splitter1: TSplitter
  18.     Left = 422
  19.     Top = 0
  20.     Width = 3
  21.     Height = 617
  22.     Cursor = crHSplit
  23.     Align = alRight
  24.   end
  25.   object TPanel
  26.     Left = 425
  27.     Top = 0
  28.     Width = 217
  29.     Height = 617
  30.     Align = alRight
  31.     BevelOuter = bvNone
  32.     TabOrder = 0
  33.     OnResize = ObjectInspectorResize
  34.     object GrdProp: TStringGrid
  35.       Left = 0
  36.       Top = 22
  37.       Width = 217
  38.       Height = 595
  39.       Align = alClient
  40.       BorderStyle = bsNone
  41.       Color = clBtnFace
  42.       ColCount = 2
  43.       DefaultColWidth = 107
  44.       DefaultRowHeight = 16
  45.       RowCount = 1
  46.       FixedRows = 0
  47.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine]
  48.       TabOrder = 0
  49.       OnDblClick = GrdPropDblClick
  50.       OnMouseDown = GrdPropMouseDown
  51.       OnSelectCell = GrdPropSelectCell
  52.     end
  53.     object TCPropType: TTabControl
  54.       Left = 0
  55.       Top = 0
  56.       Width = 217
  57.       Height = 22
  58.       Align = alTop
  59.       TabIndex = 0
  60.       TabOrder = 1
  61.       Tabs.Strings = (
  62.         'Properties'
  63.         'Events')
  64.       OnChange = TCPropTypeChange
  65.     end
  66.     object edtPropValue: TEdit
  67.       Left = 48
  68.       Top = 80
  69.       Width = 121
  70.       Height = 21
  71.       TabOrder = 2
  72.       Visible = False
  73.       OnKeyDown = edtPropValueKeyDown
  74.       OnKeyPress = edtPropValueKeyPress
  75.     end
  76.   end
  77.   object TPanel
  78.     Left = 0
  79.     Top = 0
  80.     Width = 422
  81.     Height = 617
  82.     Align = alClient
  83.     BevelOuter = bvNone
  84.     TabOrder = 1
  85.     object Splitter2: TSplitter
  86.       Left = 0
  87.       Top = 345
  88.       Width = 422
  89.       Height = 3
  90.       Cursor = crVSplit
  91.       Align = alTop
  92.     end
  93.     object TPanel
  94.       Left = 0
  95.       Top = 0
  96.       Width = 422
  97.       Height = 345
  98.       Align = alTop
  99.       BevelOuter = bvNone
  100.       TabOrder = 0
  101.       object TvOwnerHierarchy: TTreeView
  102.         Left = 0
  103.         Top = 32
  104.         Width = 422
  105.         Height = 313
  106.         ReadOnly = True
  107.         Indent = 19
  108.         OnChange = TvHierarchyChange
  109.         Align = alClient
  110.         TabOrder = 0
  111.         PopupMenu = mnuOwnerHierarchy
  112.       end
  113.       object TPanel
  114.         Left = 0
  115.         Top = 0
  116.         Width = 422
  117.         Height = 32
  118.         Align = alTop
  119.         BevelOuter = bvNone
  120.         TabOrder = 1
  121.         object Label1: TLabel
  122.           Left = 8
  123.           Top = 10
  124.           Width = 96
  125.           Height = 13
  126.           Caption = 'Ownership hierarchy'
  127.         end
  128.         object BtnUpdate: TButton
  129.           Left = 118
  130.           Top = 4
  131.           Width = 75
  132.           Height = 25
  133.           Caption = '&Update'
  134.           TabOrder = 0
  135.           OnClick = BtnUpdateClick
  136.         end
  137.       end
  138.     end
  139.     object TPanel
  140.       Left = 0
  141.       Top = 348
  142.       Width = 422
  143.       Height = 269
  144.       Align = alClient
  145.       BevelOuter = bvNone
  146.       TabOrder = 1
  147.       object Splitter3: TSplitter
  148.         Left = 208
  149.         Top = 0
  150.         Width = 3
  151.         Height = 269
  152.         Cursor = crHSplit
  153.       end
  154.       object TPanel
  155.         Left = 0
  156.         Top = 0
  157.         Width = 208
  158.         Height = 269
  159.         Align = alLeft
  160.         BevelOuter = bvNone
  161.         TabOrder = 0
  162.         object TPanel
  163.           Left = 0
  164.           Top = 0
  165.           Width = 208
  166.           Height = 22
  167.           Align = alTop
  168.           BevelOuter = bvNone
  169.           TabOrder = 0
  170.           object Label2: TLabel
  171.             Left = 6
  172.             Top = 4
  173.             Width = 104
  174.             Height = 13
  175.             Caption = 'Parent/child hierarchy'
  176.           end
  177.         end
  178.         object TvChildrenHierarchy: TTreeView
  179.           Left = 0
  180.           Top = 22
  181.           Width = 208
  182.           Height = 247
  183.           ReadOnly = True
  184.           Indent = 19
  185.           OnChange = TvHierarchyChange
  186.           Align = alClient
  187.           TabOrder = 1
  188.         end
  189.       end
  190.       object TPanel
  191.         Left = 211
  192.         Top = 0
  193.         Width = 211
  194.         Height = 269
  195.         Align = alClient
  196.         BevelOuter = bvNone
  197.         TabOrder = 1
  198.         object TPanel
  199.           Left = 0
  200.           Top = 0
  201.           Width = 211
  202.           Height = 22
  203.           Align = alTop
  204.           BevelOuter = bvNone
  205.           TabOrder = 0
  206.           object Label3: TLabel
  207.             Left = 6
  208.             Top = 4
  209.             Width = 99
  210.             Height = 13
  211.             Caption = 'Inheritance hierarchy'
  212.           end
  213.         end
  214.         object LstClassHierarchy: TListBox
  215.           Left = 0
  216.           Top = 22
  217.           Width = 211
  218.           Height = 247
  219.           Align = alClient
  220.           ItemHeight = 13
  221.           TabOrder = 1
  222.         end
  223.       end
  224.     end
  225.   end
  226.   object Bar: TStatusBar
  227.     Left = 0
  228.     Top = 617
  229.     Width = 642
  230.     Height = 19
  231.     Panels = <>
  232.     SimplePanel = True
  233.   end
  234.   object mnuOwnerHierarchy: TPopupMenu
  235.     Left = 208
  236.     Top = 160
  237.     object itmHighlightControl: TMenuItem
  238.       Caption = '&Highlight selected control'
  239.       Checked = True
  240.       ShortCut = 16456
  241.       OnClick = MenuItemClick
  242.     end
  243.     object N1: TMenuItem
  244.       Caption = '-'
  245.     end
  246.     object itmShowActions: TMenuItem
  247.       Caption = 'Show &Actions'
  248.       ShortCut = 16449
  249.       OnClick = MenuItemClick
  250.     end
  251.     object itmShowActionLists: TMenuItem
  252.       Caption = 'Show Action &Lists'
  253.       ShortCut = 16460
  254.       OnClick = MenuItemClick
  255.     end
  256.     object itmShowMenuItems: TMenuItem
  257.       Caption = 'Show &Menu Items'
  258.       ShortCut = 16461
  259.       OnClick = MenuItemClick
  260.     end
  261.     object itmShowPropFields: TMenuItem
  262.       Caption = 'Show &Prop Fields'
  263.       ShortCut = 16454
  264.     end
  265.     object itmShowPropSets: TMenuItem
  266.       Caption = 'Show Prop &Sets'
  267.       ShortCut = 16467
  268.       OnClick = MenuItemClick
  269.     end
  270.   end
  271. end
  272.